Print Left Right Object
data class PrintLeftRightObject(val printLineObjectLeft: PrintLineObject, val printLineObjectRight: PrintLineObject) : PrintObject
A data class representing a print request to print two texts on the same line, aligned left and right. The layout properties can be specified independently for both the left and right texts.